home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / z520bus.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-09-07  |  6.7 KB  |  171 lines

  1. ;*****************************************************************************
  2. ;
  3. ; z520bus.inf   -- Install the Sony Ericsson 520 drivers
  4. ;
  5. ; Copyright (c) 1997-2005 by MCCI 
  6. ;
  7. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  8. ;
  9. ; NOTICE: This software is licensed, not sold.  Any modification of this
  10. ; inf file to change the reference to an operating system or to change the
  11. ; reference to a device is not permitted unless authorized in writing by
  12. ; Moore Computer Consultants, Inc..
  13. ;
  14. ;*****************************************************************************
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18. Class=USB
  19. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  20. Provider=%Provider%
  21. DriverVer=07/26/2005, 4.34.0.2702
  22. CatalogFile=z520bus.cat
  23.  
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26.  
  27. ;-----------------------------------------------------------------------------
  28. ; Specify target paths...
  29. ;-----------------------------------------------------------------------------
  30. [DestinationDirs]
  31. DefaultDestDir                  = 11                    ; LDID_SYS
  32. SEMC520Wdm.W95.CopyFiles       = 11                    ; LDID_SYS
  33. SEMC520Wdm.NT.CopyFiles        = 12                    ; system32\drivers
  34. PropPages.CopyFiles             = 11                    ; system
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; Specify the install disks.  A bit unwieldy during development.
  38. ;-----------------------------------------------------------------------------
  39. [SourceDisksNames]
  40. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  41. 1=%DiskString%,"z520bus.sys",,
  42.  
  43. [SourceDisksFiles]
  44. ; filename = diskid[, [subdir] [, size]]
  45. z520bus.sys = 1
  46. z520wh95.sys = 1
  47. z520whnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Sony Ericsson%=SEMC520
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [SEMC520]
  59. %SEMC520.CdcBus.Desc% = SEMC520Wdm.Install, USB\VID_0FCE&PID_D025
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; How to install them:  On W9x, the [section] name is used directly.
  63. ; On NT, the system first tries [section.NT], then [section].
  64. ;-----------------------------------------------------------------------------
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Diagnostics Files CopyFiles List Section
  68. ;-----------------------------------------------------------------------------
  69. [SEMC520.CopyFiles]
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; XXX when we have a property page DLL, add it to the following section.
  73. ;-----------------------------------------------------------------------------
  74. [PropPages.CopyFiles]
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;       How to install the WDM driver on W95/W98
  78. ;-----------------------------------------------------------------------------
  79. [SEMC520Wdm.Install]
  80. DriverVer=07/26/2005, 4.34.0.2702
  81. CopyFiles       = SEMC520Wdm.W95.CopyFiles, SEMC520.CopyFiles, PropPages.CopyFiles
  82. AddReg          = SEMC520Wdm.AddReg, SEMC520Wdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [SEMC520Wdm.Install.NT]
  88. DriverVer=07/26/2005, 4.34.0.2702
  89. CopyFiles       = SEMC520Wdm.NT.CopyFiles
  90. AddReg          = SEMC520Wdm.AddReg, SEMC520Wdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [SEMC520Wdm.Install.NT.Services]
  96. AddService      = z520bus, 2, SEMC520Wdm.AddService
  97.  
  98. [SEMC520Wdm.AddService]
  99. DisplayName             = %SEMC520.Service.Desc%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\z520bus.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [SEMC520Wdm.AddReg]
  110.  
  111.  
  112. ;-----------------------------------------------------------------------------
  113. ;       WDM registry entries (W95/98) (including how to start the driver)
  114. ;-----------------------------------------------------------------------------
  115. [SEMC520Wdm.W95.AddReg]
  116. HKR,,DevLoader,,*ntkern
  117. HKR,,NTMPDriver,,z520bus.sys
  118.  
  119. ;-----------------------------------------------------------------------------
  120. ;       WDM registry entries (NT only)
  121. ;-----------------------------------------------------------------------------
  122. [SEMC520Wdm.NT.AddReg]
  123.  
  124. ;-----------------------------------------------------------------------------
  125. ;       The WDM copy list for Win95 -- different because things go in
  126. ;       different places.  Also, we probably need to rename drivers 
  127. ;       during the install.
  128. ;-----------------------------------------------------------------------------
  129. [SEMC520Wdm.W95.CopyFiles]
  130. z520bus.sys
  131. z520wh.sys,z520wh95.sys
  132. z520wh95.sys
  133. z520whnt.sys
  134.  
  135. ;-----------------------------------------------------------------------------
  136. ;       The WDM copy list for NT -- different because things go in
  137. ;       different places.
  138. ;-----------------------------------------------------------------------------
  139. [SEMC520Wdm.NT.CopyFiles]
  140. z520bus.sys
  141. z520wh.sys,z520whnt.sys
  142. z520whnt.sys
  143.  
  144.  
  145. ;****************************************************************************
  146. ; Localizable Strings
  147. ;****************************************************************************
  148. [strings]
  149.  
  150. ;BEGIN ENG - US English Strings
  151. Provider = "Sony Ericsson"
  152. Sony Ericsson = "Sony Ericsson"
  153. DiskString = "Sony Ericsson 520 Installation disk"
  154.  
  155. SEMC520.CdcBus.Desc = "Sony Ericsson 520"
  156. SEMC520.Service.Desc = "Sony Ericsson 520 driver (WDM)"
  157.  
  158. CustomerDataPath = "Sony Ericsson 520"
  159. DriverSet = "Sony Ericsson 520 Software"
  160. UninstallFile = "Z520Uninstall.exe"
  161. McciOptions = "Uninstallable"
  162.  
  163.  
  164. ;END ENG - US English Strings
  165.  
  166. ;-----------------------------------------------------------------------------
  167. ; Following are symbolic constants which don't change per locale.
  168. ;-----------------------------------------------------------------------------
  169.  
  170. ;*** end of file ***
  171.